home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2000 July
/
macformat-092.iso
/
MacFormat 92 CD
/
Shareware Plus
/
Utilities
/
FolderSynchronizer 1.8.9
/
FoldersSynchronizer
/
FoldersSynchronizer.9
/
AllScripts_26.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-05-10
|
365 b
|
17 lines
on prepareFrame
global gOneDirection
set myPoint to point(the left of sprite 17 - 3, the top of sprite 17 - 3)
if not gOneDirection then
set the loc of sprite 50 to myPoint
else
set the locV of sprite 50 to -1000
end if
SetRadiogOnErrorDo()
end
on exitFrame
set the keyDownScript to "GoLista"
set the mouseDownScript to EMPTY
pause()
end